Skip to content

add sbig-ctl utility - #39

Open
garlick wants to merge 10 commits into
masterfrom
sbig_ctl
Open

add sbig-ctl utility#39
garlick wants to merge 10 commits into
masterfrom
sbig_ctl

Conversation

@garlick

@garlick garlick commented Feb 11, 2018

Copy link
Copy Markdown
Collaborator

Add sbig-ctl command which is patterned somewhat like sysctl(8)

Give various camera settings hierarchical key names. Many keys have read-only values but some can be set, for example (so far):

cooling.enabled
cooling.setpoint
cooling.fan.enabled
cfw.position

This can replace some of the commands like sbig-info, sbig-cooler, and sbig-cfw. This PR doesn't remove any commands however.

This is still being worked on but I wanted to get it out here in case people have input on the interface.

@garlick garlick changed the title add sbig-ctl utility; drop sbig-cooler, sbig-cfw add sbig-ctl utility Feb 13, 2018
The cooling.fan.enabled value for get comes from
QueryTemperatureStatusResults2.fanEnabled and may
have a value of:

FS_OFF
FS_ON (on, manual control)
FS_AUTOCONTROL (on, auto speed control)

The fan is controlled through
MiscellaneousControlParams.fanEnable and may be set to

0 Off
1 On
2-100 Fan speed (percent, STX/STT only)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant